home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Open 96
/
PC Open 96 CD3.bin
/
fscommand
/
index.swf
/
scripts
/
DefineButton2_71
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-01-08
|
226 b
|
12 lines
on(release){
var num = parseInt(this._name);
_root.MENU.loadMenu(num + "_tab.xml");
var i = 0;
while(i < 3)
{
_root[i + "_TAB"].gotoAndStop("UP");
i++;
}
this.gotoAndStop("DOWN");
}